home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / word_p / pcwriteb / menuprt.bat < prev    next >
Encoding:
DOS Batch File  |  1989-09-19  |  176 b   |  11 lines

  1. echo off
  2. getyn ₧ %1
  3. if errorlevel 1 goto nopr
  4. menuprt1 %1pr.def
  5. if errorlevel 1 menuprt2 // %1pr.def
  6. goto exit
  7. :nopr
  8. menuprt1 %1
  9. if errorlevel 1 menuprt2 // %1
  10. :exit
  11.